PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStructureElement Class / setLanguage Method
A language identifier specifying the natural language for all text in the structure element except where overridden by language specifications for nested structure elements or marked content.
In This Topic
    setLanguage Method
    In This Topic
    Sets the language of the structure element.
    Syntax
    public void setLanguage( 
       java.lang.String value
    )

    Parameters

    value
    A language identifier specifying the natural language for all text in the structure element except where overridden by language specifications for nested structure elements or marked content.
    See Also